Support passing signals like 'SIGCODE' to 'tramp-signal-process'
authorJim Porter <jporterbugs@gmail.com>
Sun, 14 Jul 2024 22:07:28 +0000 (15:07 -0700)
committerJim Porter <jporterbugs@gmail.com>
Mon, 15 Jul 2024 16:34:43 +0000 (09:34 -0700)
commit68b7806c319f282c0882fa9167752d1ac385163d
treeaa276073d16613ac8fcfbd2917a63261c3fbca9a
parent510ca5e84b5b33a9bcfbd26801179767d97144e3
Support passing signals like 'SIGCODE' to 'tramp-signal-process'

POSIX specifies that "kill" should take signal names without the "SIG"
prefix.

* lisp/net/tramp.el (tramp-signal-process): Strip the "SIG" prefix when
present.
lisp/net/tramp.el